ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridRowError Class / DataGridRowError Constructor / DataGridRowError Constructor(String,IEnumerable<String>)
The error message.
The names of the columns associated with this error.

In This Topic
    DataGridRowError Constructor(String,IEnumerable<String>)
    In This Topic
    Initializes a new instance of the DataGridRowError class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal message As String, _
       ByVal members As IEnumerable(Of String) _
    )
    public DataGridRowError( 
       string message,
       IEnumerable<string> members
    )

    Parameters

    message
    The error message.
    members
    The names of the columns associated with this error.
    See Also